home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / dbase / vpi1_330.zip / VPI1.CNF < prev    next >
Text File  |  1991-12-31  |  734b  |  17 lines

  1. ** VPI1.CNF
  2. ** This file is read by VP-Info at start-up
  3. ** It may be changed (or removed) to alter start-up tasks.
  4. ** As supplied, this file will take users to the demonstration 
  5. ** program DEMO the first time INFO is run and to the SAMPLES
  6. ** program after the first time. To proceed directly to conversational
  7. ** VP-Info, comment out (by leading with '*') or delete the last line.
  8. *
  9. :company='Universal Enterprises Inc.' ; replace with your company name.
  10. * :color=31 ; to set color remove '*' and change number
  11. :serial=:color       ;save initial color settings
  12. IF .not. file('demo.cpl')    ;see if DEMO program already compiled
  13.    CHAIN democomp            ;forces compile 1st time in VP-Info
  14. ENDIF
  15. CHAIN samples
  16. *
  17.